home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Re- Printing prob ⁄ 10.24.88 ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    8921607                         24-Oct-88        10:39
  2.  
  3. From:   UK0016                          Icon Technology UK
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Response2Printing Problem
  8.  
  9. Dear John,
  10.  
  11. One of my colleagues has had the problem you describe and it seems to be a bug
  12. in the LaserWriter driver.
  13.  
  14. "Error: undefinedresult; OffendingCommand: div" usually means that invalid
  15. PostScript has been generated by the LaserWriter driver: in our case, as far as
  16. we can recall, this was because the first thing that we were sending to the
  17. driver was a PicComment. See if that is possible in your case: if it is, then
  18. try doing something else before the picComment (eg print a space somewhere).
  19.  
  20. You can find out what Postscript has been generated by typing command-F while
  21. you click on the OK button of the print dialog: this will cause the Postscript
  22. to be sent to a file instead of directly to the printer. You can then look at
  23. the file with MPW. If you use a downloader to send the file to the printer you
  24. should be able to find out precisely where the offending code is from the
  25. messages sent back to the downloader.
  26.  
  27. Regards, Keith Lander
  28.  
  29.  
  30.